home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 24
/
Amiga Format AFCD24 (Feb 1998, Issue 108).iso
/
-in_the_mag-
/
emulation
/
amiga
/
uae-0.7.0b2
/
src
/
od-generic
/
sound.c
< prev
next >
Wrap
C/C++ Source or Header
|
1998-01-20
|
498b
|
35 lines
/*
* UAE - The Un*x Amiga Emulator
*
* Support for the Mute sound system
*
* Copyright 1997 Bernd Schmidt
*/
#include "sysconfig.h"
#include "sysdeps.h"
#include "config.h"
#include "options.h"
#include "memory.h"
#include "custom.h"
#include "audio.h"
#include "gensound.h"
#include "sounddep/sound.h"
int init_sound (void)
{
currprefs.produce_sound = 0;
return 1;
}
int setup_sound (void)
{
currprefs.produce_sound = 0;
return 1;
}
void close_sound(void)
{
}